←Select platform

MedicalViewerPlaneCutLinesCollection<T> Class

Summary

Represents a generic collection of MedicalViewerPlaneCutLine objects.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MedicalViewerPlaneCutLinesCollection<T> : RasterCollection<MedicalViewerPlaneCutLine> 
  
Public Class MedicalViewerPlaneCutLinesCollection(Of MedicalViewerPlaneCutLine)  
   Inherits Leadtools.Leadtools.RasterCollection(Of MedicalViewerPlaneCutLine) 
   Implements System.Collections.Generic.ICollection(Of MedicalViewerPlaneCutLine), System.Collections.Generic.IEnumerable(Of MedicalViewerPlaneCutLine), System.Collections.Generic.IList(Of MedicalViewerPlaneCutLine), System.Collections.IEnumerable  
             
            generic<typename MedicalViewerPlaneCutLine> 
public ref class MedicalViewerPlaneCutLinesCollection : public Leadtools.Leadtools.RasterCollection<MedicalViewerPlaneCutLine>, System.Collections.Generic.ICollection<MedicalViewerPlaneCutLine>, System.Collections.Generic.IEnumerable<MedicalViewerPlaneCutLine>, System.Collections.Generic.IList<MedicalViewerPlaneCutLine>, System.Collections.IEnumerable   
             

Type Parameters

MedicalViewerPlaneCutLine

The Generic MedicalViewerPlaneCutLinesCollectionclass provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.

Example

For an example, refer to MedicalViewerPlaneCutLine

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly